Console error messages
authorRaymond Penners <pennersr@src.gnome.org>
Sun, 14 Sep 2003 18:54:00 +0000 (18:54 +0000)
committerRaymond Penners <pennersr@src.gnome.org>
Sun, 14 Sep 2003 18:54:00 +0000 (18:54 +0000)
modules/engines/ms-windows/ChangeLog.old
modules/engines/ms-windows/wimp_style.c

index bda016228b19d164a44ac88eb36353d76b6f771f..d470c1dc450618092547f3d11cbdc57380ed9a14 100755 (executable)
@@ -1,9 +1,10 @@
 2003-09-14  Raymond Penners  <raymond@dotsphinx.com>\r
 \r
-       * === Released 0.4.1 ===\r
+       * src/wimp_style.c: Fixed console message complaining about\r
+       "default_border".\r
        \r
        * src/wimp_style.c: Due to a bug lots of console message\r
-       complaining about "unexpected keyword `fg'" occured, fixed.\r
+       complaining about "unexpected keyword `fg'" and occured, fixed.\r
 \r
 2003-09-11  Dom Lachowicz <cinamod@hotmail.com>\r
 \r
index 4ef61863b7662f20e2fde476af7b02a32d48c0c8..43fbe5bef3b263ad59d91ae9dfc285c8d886a556 100755 (executable)
@@ -372,10 +372,10 @@ setup_system_styles(GtkStyle *style)
      TODO: use GetThemeMetric for the border and outside border */
   sprintf(buf, "style \"wimp-button\" = \"wimp-default\"\n"
          "{fg[NORMAL] = { %d, %d, %d }\n"
-         "default_border = { 1, 1, 1, 1 }\n"
-         "default_outside_border = { 0, 0, 0, 0 }\n"
-         "child_displacement_x = 1\n"
-         "child_displacement_y = 1\n"
+         "GtkButton::default_border = { 1, 1, 1, 1 }\n"
+         "GtkButton::default_outside_border = { 0, 0, 0, 0 }\n"
+         "GtkButton::child_displacement_x = 1\n"
+         "GtkButton::child_displacement_y = 1\n"
          "}widget_class \"*GtkButton*\" style \"wimp-button\"\n",
          btn_fore.red,
       btn_fore.green,